home *** CD-ROM | disk | FTP | other *** search
- object frmLargePictureAsk: TfrmLargePictureAsk
- Left = 213
- Top = 107
- BorderStyle = bsDialog
- Caption = 'Large Picture'
- ClientHeight = 180
- ClientWidth = 178
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCloseQuery = FormCloseQuery
- DesignSize = (
- 178
- 180)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 165
- Height = 41
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'Picture is larger then the label. Please, choose action to be pe' +
- 'rformed.'
- WordWrap = True
- end
- object RadioGroup2: TRadioGroup
- Left = 4
- Top = 56
- Width = 169
- Height = 69
- Hint = 'Action'
- ItemIndex = 0
- Items.Strings = (
- 'Resize'
- 'Resize (keep aspect ratio)'
- 'Crop')
- TabOrder = 0
- end
- object CheckBox1: TCheckBox
- Left = 12
- Top = 132
- Width = 133
- Height = 17
- Hint = 'Do not ask again - just do the same action next time'
- Caption = 'Allways do the same'
- TabOrder = 1
- end
- object Button1: TButton
- Left = 51
- Top = 155
- Width = 75
- Height = 21
- Anchors = [akRight, akBottom]
- Caption = '&Ok'
- Default = True
- ModalResult = 1
- TabOrder = 2
- OnClick = Button1Click
- end
- end
-